home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
LIFER__
/
PROTO
/
U
/
LIFE_ALE.H
< prev
next >
Wrap
Text File
|
1991-07-23
|
877b
|
30 lines
/* Life_Alert */
/* File name: Life_Alert */
/* Function: Handle an alert */
/* History: 7/23/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* This routine is called at program startup to allow setting of any special */
/* items for the alert */
void A_Init_Life_Alert(void);
/* This routine is called while inside of the Alert filter */
/* theDialog is the dialog(alert) pointer */
/* theEvent is the event that we are to see if we should filter */
/* itemHit is the item we set if we handle the event ourselves */
Boolean Filter_Life_Alert(DialogPtr theDialog, EventRecord *theEvent, short *itemHit);
/* This routine is called after the alert has been responded to */
/* itemHit is the item that was selected */
void A_Hit_Life_Alert(short itemHit);
/* ======================================================= */